| id |
string |
- |
Change Management ID |
| Status |
Enum |
- |
- |
| note |
ComplexType |
- |
"note": [
{
"text": "string",
"date": "datetime",
"@type": "string"
}
]
|
| actualStartTime |
DateTime |
- |
- |
| lastUpdateDate |
DateTime |
Optional |
- |
| description |
String |
- |
- |
| scheduledDate |
DateTime |
- |
- |
| plannedStartTime |
DateTime |
- |
- |
| plannedEndTime |
DateTime |
- |
- |
| attachment |
ComplexType |
- |
"attachment": [
{
"attachmentType": "text",
"validFor": {
"startDateTime": "1985-04-12T23:20:50.52Z",
"endDateTime": "1985-04-12T23:20:50.52Z"
},
"description": "string",
"content": "content",
"name": "name",
"id": "4aafacbd-11ff-4dc8-b445-305f2215715f"
}
]
|
| workLog |
ComplexType |
- |
"workLog": [
{
"record": [
{
"dateTime": "2000-01-23T04:56:07.000+00:00",
"@type": "@type",
"description": "description"
}]
}
]
|
| requestDate |
DateTime |
Optional |
- |
| requestType |
string |
- |
- |
| impact |
String |
- |
- |
| priority |
String |
- |
- |
| relatedParty |
ComplexType |
- |
"relatedParty": [
{
"id": "string",
"name": "string",
"@referredType": "string"
}
]
|
| impactEntity |
ComplexType |
- |
"relatedEntity": [
{
"id": "string",
"role": "string",
"@referredType": "string"
}
]
|
| resolution |
ComplexType |
- |
"resolution": {
"task": [
{
"@type": "@type", -- type implementation/planning/review/testing
"name": "name", -- short description
"description": "description", -- description
"id": "id", - task number.
"state": "state"
}
]
}
|
| sla |
ComplexType |
Optional |
"sla": [
{
"@referredType": "@referredType",
"@type": "@type",
"name": "name",
"id": "id"
}
]
|
| requestAuthorize |
ComplexType |
- |
requestAuthorize: [
{
"id": "",
"name": "", --Optional
"@referredType": "string",
"state": "string",
"dateTime": "2000-01-23T04:56:07.000+00:00"
}
]
|